home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GAMES / ANGBAND2 / README < prev   
Text File  |  1995-12-21  |  11KB  |  253 lines

  1. This is the README file for Angband 2.7.9 (v1) (12/21/95)
  2.  
  3.  
  4. === General information ===
  5.  
  6. Angband is a "graphical" dungeon adventure game using textual characters
  7. to represent the walls and floors of a dungeon and the inhabitants therein,
  8. in the vein of "rogue", "hack", "nethack", and "moria".
  9.  
  10. There are extensive ascii "on line help" files in the "lib/help" directory.
  11.  
  12. This version of Angband will run on Macintosh, Windows, Unix (X11/Curses), 
  13. Linux (X11/Curses), Acorn, and various forms of IBM compatibles...
  14.  
  15. See Makefile, h-config.h, and config.h for details on compiling.
  16.  
  17. See "Makefile.xxx" and "main-xxx.c" for various supported systems.
  18.  
  19. Send bug reports, suggestions, etc, to me ("benh@voicenet.com").
  20.  
  21. Please visit the Angband newsgroup ("rec.games.roguelike.angband").
  22.  
  23.  
  24. === Quick and dirty compilation instructions (for Unix) === 
  25.  
  26. Step 1: Acquire.  Ftp to "export.andrew.cmu.edu:/angband/Source"
  27.                   Try "bin" and "mget angband*.tar.gz" and "y"
  28. Step 2: Extract.  Try "gunzip *.gz" then "tar -xvf *.tar"
  29. Step 3: Prepare.  Try "cd angband*/src", then edit "Makefile"
  30.                   You may also edit "h-config.h" and "config.h"
  31. Step 4: Compile.  Try "make", and then "cd .." if successful
  32. Step 5: Execute.  Try "angband -uTest" to initialize stuff
  33. Step 6: Relax...  Read the "online help" via the "?" command,
  34.                   then play Angband and forget your troubles...
  35.  
  36.  
  37. === Special instructions for other systems ===
  38.  
  39. The IBM requires extraction with "pkunzip -d" to create subdirectories.
  40.  
  41. The Macintosh requires that the "lib" folder be in the same folder as
  42. the executable.  Also, note that System 7.5 (and perhaps others) are
  43. brain damaged, and may default to the incorrect folder for opening
  44. savefiles.  Make sure you keep all your savefiles in the proper place.
  45.  
  46.  
  47. === Upgrading from older versions or other platforms ===
  48.  
  49. If you have been playing Angband on a different platform, or with an older
  50. version of Angband, it may be possible to "upgrade" to Angband 2.7.9, keeping
  51. your old savefiles, high score list, and other files, instead of starting over.
  52.  
  53. Angband 2.7.9 uses a platform independant file format for the binary files
  54. that store information about games in progress, known as "savefiles".  Also,
  55. Angband 2.7.9 is able to translate savefiles from any version of Angband from
  56. Angband 2.5.1 on.  Unfortunately, pre-2.5.1 savefiles are not usable, since
  57. they used a system specific savefile format, and did not have an official
  58. definition, and sometimes include assumptions that are no longer valid.  To
  59. use an old savefile, simply copy it into the "lib/save" directory, changing
  60. the name of the savefile (if necessary) to satisfy the requirements of the
  61. platform you are using.  In general, the savefile should be named "UUU.NNN"
  62. or "NNN" where "UUU" is the userid of the player (on "multiuser" systems),
  63. and "NNN" is the name of the "character" in the savefile.  Note that only
  64. "multiuser" platforms use the "UUU.NNN" form, and the "period" is required.
  65.  
  66. Angband 2.7.9 uses a platform independant (?) file format for the binary
  67. file used to store the high score list.  This file may be moved between
  68. platforms (if needed) or copied from older versions (Angband 2.7.? or later).
  69. Angband 2.7.9 uses a high score file called "scores.raw", which is kept in
  70. the "lib/apex" directory.  Older versions kept the "scores.raw" file in the
  71. "lib/data" directory, along with several other version specific files.
  72.  
  73. Angband 2.7.9 uses a platform independant file format for the ascii files
  74. used to store information about dead players, which is used to help create
  75. "player ghosts" in the dungeon.  If necessary, these files, which are kept
  76. in the "lib/bone" directory, may be copied from older versions, as long as
  77. you make sure that they are renamed as "bone.XXX" where XXX is the level on
  78. which the dead player died, and that every line in the file is "complete".
  79. It is also possible to delete the contents of the "lib/bone" directory at
  80. any time, which will prevent the creation of player ghosts.
  81.  
  82. Angband 2.7.9 uses a set of ascii "configuration files" which are kept in the
  83. "lib/file" directory (see below).  Certain of these files may be taken from
  84. older versions, though most are optional for the most common configurations.
  85.  
  86. Angband 2.7.9 uses a set of ascii "user pref files" which are kept in the
  87. "lib/user" directory.  Some of these files are usable on multiple platforms,
  88. but in general they are restricted to a single platform.  In general, "pref"
  89. files from older versions may be used with Angband 2.7.9, by moving them to
  90. the "lib/user" directory from the old "lib/pref" or "lib/pref-*" directories,
  91. but note that some important changes have been made in Angband 2.7.9, and, for
  92. example, old "pref" files which change the "attr/char" definitions of "terrain"
  93. features such as walls or doors must be changed to use the new methods.  Make
  94. sure to put comments in your "user pref files" describing the purpose and the
  95. proper platform for your files, to facilitate future upgrades.
  96.  
  97.  
  98. === Directory "src" ===
  99.  
  100. The "src" directory contains the complete set of source files.
  101.  
  102. The "main-???.c" and "Makefile.???" allow compilation on various systems.
  103.  
  104. Some of these systems (Macintosh, Windows) require "extra" files, most of
  105. which are located elsewhere (except for the "A-mac-h.*" Macintosh files).
  106.  
  107.  
  108. === Directory "lib" ===
  109.  
  110. The "lib" directory contains all of Angband's special sub-directories.
  111.  
  112.  
  113. === Directory "lib/apex" ===
  114.  
  115. The "lib/apex" directory contains the "high score" files.
  116.  
  117. The "scores.raw" file contains the "high score" table, in a "semi-binary" form,
  118. that is, all the bytes in the file are normal ascii values, but this includes
  119. the special "nul" or "zero" byte, which is used to separate and pad records.
  120. You should probably not attempt to modify this file with a normal text editor.
  121. This file should be (more or less) portable between different platforms.  It
  122. must be present (or creatable) for the game to run correctly.
  123.  
  124.  
  125. === Directory "lib/bone" ===
  126.  
  127. The "lib/bone" directory contains special "player ghost" template files.
  128.  
  129. The files in this directory have filenames of the form "bone.NNN" where
  130. "NNN" is the level on which the player died.  They contain information
  131. about the dead player, currently, one line each for the player name,
  132. maximum hitpoints, race, and class.  These files are probably portable,
  133. and are probably compatible with older bone files, if those files are
  134. renamed, and a final newline is added for compatibility.
  135.  
  136.  
  137. === Directory "lib/data" ===
  138.  
  139. The "lib/data" directory contains various special binary data files.
  140.  
  141. The files 'k_info.raw', 'a_info.raw', 'e_info.raw', and 'r_info.raw',
  142. are binary image files constructed by parsing the ascii template files
  143. in "lib/edit", described below.  These files are required, but can be
  144. created by the game if the "lib/edit" directory contains the proper
  145. files, and if the game was compiled to allow this creation.
  146.  
  147.  
  148. === Directory "lib/edit" ===
  149.  
  150. The "lib/edit" directory contains various special ascii data files.
  151.  
  152. The files 'k_info.txt', 'a_info.txt', 'e_info.txt', and 'r_info.txt',
  153. are ascii template files used to construct the binary image files
  154. in "lib/data", described below.  These files describe the "object kind",
  155. "artifact", "ego-item", and "monster race" information, respectively.
  156.  
  157. The ascii template files are easier to edit than hard-coded arrays, and also
  158. prevent compilation errors on some machines, and also shrink the size of the
  159. binary executable, and also provide a user-readible spoiler file of sorts.
  160.  
  161. These files are optional if the game is distributed with pre-created
  162. binary raw files in "lib/data".
  163.  
  164.  
  165. === Directory "lib/file" ===
  166.  
  167. The "lib/file" directory contains various special ascii data files.
  168.  
  169. The 'news.txt' file is displayed to the user when the game starts up.  It
  170. contains basic information such as my name and email address, and the names
  171. of some of the people who have been responsible for previous versions of
  172. Angband.  You may edit this file (slightly) to include local "site specific"
  173. information such as who compiled the local executable.  You should refer the
  174. user to a special "online help" file, if necessary, that describes any local
  175. modifications in detail.  Angband only reads the first 20 lines of this file.
  176.  
  177. The optional file 'wizards.txt' may be used to specify which users may enter
  178. 'wizard' mode.  A missing file provides no restrictions, and an empty file
  179. prevents everyone from entering 'wizard' mode.  This file is only used on
  180. multi-user machines, otherwise there are no restrictions.
  181.  
  182. The optional file 'time.txt' may be used to restrict the "times" at which
  183. the game may be played, by providing specification of which hours of each day
  184. of the week are legal for playing the game.  See 'files.c' for more details.
  185. A missing file provides no restrictions, and an empty file will, by default,
  186. forbid the playing of the game from 8am-5pm on weekdays.  This file is only
  187. used on multi-user machines, and only if CHECK_TIME is defined, otherwise,
  188. there are no restrictions.
  189.  
  190. The optional file 'load.txt' may be used to restrict the "load" which the game
  191. may impose on the system.  See 'files.c' for more details.  A missing file
  192. provides no restrictions, and an empty file will, by default, restrict the
  193. "current load" to a maximal value of 100*FSCALE.  This file is only used on
  194. multi-user machines, and only if CHECK_LOAD is defined, otherwise, there are
  195. no restrictions.
  196.  
  197.  
  198. === Directory "lib/help" ===
  199.  
  200. The "lib/help" directory contains the "online help" files.
  201.  
  202. This directory is used to search for normal "on line help" files.
  203.  
  204.  
  205. === Directory "lib/info" ===
  206.  
  207. The "lib/info" directory (optional) contains the "spoiler" files.
  208.  
  209. This directory is used to search for any "on line help" file that cannot
  210. be found in the "lib/help" directory.
  211.  
  212. The user may "redirect" this directory to point at any available directory.
  213.  
  214. Note that the default "help.hlp" file allows the "9" key to access a help
  215. file called "spoiler.hlp", and allows the "0" key to access "user.hlp".
  216.  
  217. These special help files can thus be placed in the user's own "info"
  218. directory to allow the on line help to access his files.
  219.  
  220.  
  221. === Directory "lib/save" ===
  222.  
  223. The "lib/save" directory contains "savefiles" for the players.
  224.  
  225. Each savefile is named "NNN" where "NNN" is the name of the savefile, or,
  226. on some machines, the name of the character, or, on multi-user machines,
  227. "UUU.NNN", where "UUU" is the player uid and "NNN" is the savefile name.
  228.  
  229. The savefiles should be portable between systems, assuming that the
  230. appropriate renaming is perfomed, and any file "type" information is
  231. specified (for the Macintosh).
  232.  
  233.  
  234. === Directory "lib/user" ===
  235.  
  236. The "lib/user" directory contains the "user pref files", if any.
  237.  
  238. In general, these files are used to "customize" aspects of the game for
  239. a given site or a given player.  These files can define "macros" (which
  240. allow a single keypress to perform a complex action), set options (which
  241. affect how the game will handle various situations), and specify visual
  242. mappings for various monsters, objects, or terrain features.
  243.  
  244. See "files.c" for more information on the proper "format" of these files.
  245.  
  246.  
  247. === Directory "lib/xtra" ===
  248.  
  249. The "lib/xtra" directory contains special system files, if any.
  250.  
  251.  
  252. --- Ben ---
  253.